CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - write block

搜索资源列表

  1. block.tar

    0下载:
  2. 终端模式下的俄罗斯方块 c写的,终端模式下的俄罗斯方块 支持单人游戏和网络双人游戏 注意,运行前先把窗口最大化 ./block 运行单人模式 ./block server 运行服务器端 ./block client (serverip)运行客客户端 安装步骤: make ./block gcc block.c -o block -lcurses -lpthread-terminal mode of the Russian box c write, T
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:370176
    • 提供者:wangfei
  1. flash_op

    0下载:
  2. DSP操作外部FLASH,包括擦除、单字节读写、块读写-external FLASH DSP operations, including the erasure, single-byte read and write, read and write block
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2566
    • 提供者:朱漆朝
  1. 24C08 CMOS IC 2-WIRE BUS 8K ELECTRICALLY ERASABLE PROGRAMMABLE ROM 1K X 8 BIT EEPROMEEPROM with User-Defined Block Write

    0下载:
  2. 24C08 8 Kbit Serial I2C Bus EEPROM with User-Defined Block Write Protection
  3. 所属分类:其它文档

    • 发布日期:2010-11-04
    • 文件大小:64840
    • 提供者:ogo125@126.com
  1. VIPScode.zip

    0下载:
  2. 根据微软VIPS算法写的页面分块算法(稍有改动)。,VIPS algorithm based on Microsoft' s page to write block algorithm (slightly altered).
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:597884
    • 提供者:anan
  1. block

    0下载:
  2. linux中断驱动程序的实现,我搞了很长时间爱你才搞出来-struct my_pipe { wait_queue_head_t inq,outq /* read and write queues*/ char*buffer,*end /* begin of buf,end of buf*/ int buffersize /* used in pointer arithmetic*/ char*rp,*wp /* where to read,where to w
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:2747
    • 提供者:唐晋星
  1. SD_sampl

    0下载:
  2. Simple SD-card (SDC) interface example (Z80 asm source code - block read/write, connection scheme)
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:57530
    • 提供者:serge
  1. block-stream-files

    0下载:
  2. 以数据块方式读写流文件,需要以数据块方式读写流文件的读者可以作为参考。-Way to read and write data block stream files, you need to read and write chunks of data stream file reader can be used as reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:169179
    • 提供者:张锦锦
  1. XAPP204

    0下载:
  2. Using Block RAM for High-Performance Read.Write Cams
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:55607
    • 提供者:ryan
  1. Linux_block_driver_write_PPT

    0下载:
  2. 《Linux块设备驱动开发PPT》。对PPT的封装,介绍了Linux下开发块设备驱动的方法。-write block driver in linux, it s a PPT format
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:626073
    • 提供者:
  1. sbull-2.6.22

    0下载:
  2. 基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and wri
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:133489
    • 提供者:黄伟
  1. 51I2CEEPRO

    0下载:
  2. 51单片机模拟IIC总线,读取eeprom,包括字节读写,块读写-51 MCU simulation IIC bus, read eeprom, including bytes read and write, read and write block
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:2551
    • 提供者:王元光
  1. ATmega16I2CEEPROM

    0下载:
  2. 利用ATmega16的IIC总线读取eeprom,包括字节读写,块读写-The IIC bus using ATmega16 read eeprom, including bytes read and write, read and write block
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:3863
    • 提供者:王元光
  1. block.tar

    0下载:
  2. 一个阻塞操作的模板驱动,通过交叉编译器编译可以在嵌入式办卡上学习写驱动-A blocking operation of the template-driven, through the cross-compiler can be embedded on the card to learn to write drivers to do
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1181
    • 提供者:沈国军
  1. a-block-driver

    0下载:
  2. 我们通过写一个建立在内存中的块设备驱动,来学习linux内核和相关设备驱动知识。最简单的方法写出一个能用的块设备驱动。-We write a block device driver, built in memory to learn the knowledge of the Linux kernel and device driver. The easiest way to write a usable block device driver.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:77162
    • 提供者:pangxieer
  1. stm32f103-sdio-block

    0下载:
  2. STM32f103 sdio测试,单纯读写sd卡block-STM32f103 sdio test, simply read and write sd card block
  3. 所属分类:SCM

    • 发布日期:2017-11-05
    • 文件大小:1333692
    • 提供者:苏波
  1. A-simple-block-driver

    0下载:
  2. 一个网友写的关于块设备驱动的,写得很详细,很基础,文章标题是《写一个块设备驱动》,不过那是论坛的更新帖,不方便看,我自己花时间整理出来了-A netizen wrote block device driver, very detailed, the title of the article is to " write a block device driver, but updated the forum posts, inconvenient see, I have to spend time
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:59208
    • 提供者:李继滨
  1. Optimized-COW-Virtual-Block-Device

    0下载:
  2. 基于COW( Copy- o n-Write) 读写模式的虚拟块设备有利于实现大规模虚拟机环境下虚拟机的快速部署. 文中为虚拟机管理器中的COW 虚拟块设备设计了一种优化方法, 能够提高COW 磁盘的访问性能以及生成多个 小尺寸的COW 磁盘映像文件, 以降低通过网络部署虚拟机的开销.-Design an optimized method for Virtual Machine Manager COW virtual block device conducive to the reali
  3. 所属分类:Project Manage

    • 发布日期:2017-11-12
    • 文件大小:758870
    • 提供者:阿萨
  1. Using-the-Virtex-Block-SelectRAMP

    0下载:
  2. The Virtex™ series provides dedicated blocks of on-chip, true dual-read/write port synchronous RAM, with 4096 memory cells. Each port of the block SelectRAM+™ memory can be independently configured as a read/write port, a read port, o
  3. 所属分类:Development Research

    • 发布日期:2017-11-08
    • 文件大小:66349
    • 提供者:asura
  1. AT26DF161

    0下载:
  2. 26df161的51读写程序,带片擦除,块擦除,连续读,连续写,块保护函数,简单方便-51 literacy program, of 26df161 the band chip erase, block erase, sequential read continuously write block protection function, easy and convenient
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:45706
    • 提供者:Jacky
  1. block

    0下载:
  2. delphi写的俄罗斯方块-Russian Square game written in delphi-delphi write Tetris-Russian Square game written in delphi
  3. 所属分类:Other Games

    • 发布日期:2017-12-01
    • 文件大小:46637
    • 提供者:hertre
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com